home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HInfo.EN / RCDATA / TDLGUPDATE / TDLGUPDATE.txt
Encoding:
Text File  |  2002-05-12  |  7.2 KB  |  280 lines

  1. object DlgUpdate: TDlgUpdate
  2.   Left = 93
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Update programms'
  7.   ClientHeight = 322
  8.   ClientWidth = 663
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = DlgClose
  18.   OnCreate = DlgCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ExPanel: TExPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 663
  25.     Height = 322
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     JStyleTexture = txTile
  30.     JTransparent = False
  31.     object LabelDowln: TLabel
  32.       Left = 568
  33.       Top = 268
  34.       Width = 71
  35.       Height = 13
  36.       Caption = 'Downloading...'
  37.       Visible = False
  38.     end
  39.     object LabelDepack: TLabel
  40.       Left = 564
  41.       Top = 248
  42.       Width = 82
  43.       Height = 13
  44.       Caption = 'Decompressing...'
  45.       Visible = False
  46.     end
  47.     object LabelError: TLabel
  48.       Left = 524
  49.       Top = 256
  50.       Width = 22
  51.       Height = 13
  52.       Caption = 'Error'
  53.       Visible = False
  54.     end
  55.     object LabelUpdated: TLabel
  56.       Left = 576
  57.       Top = 228
  58.       Width = 49
  59.       Height = 13
  60.       Caption = '*Updated*'
  61.       Visible = False
  62.     end
  63.     object LabelUpdate: TLabel
  64.       Left = 580
  65.       Top = 208
  66.       Width = 38
  67.       Height = 13
  68.       Caption = 'Update!'
  69.       Visible = False
  70.     end
  71.     object BitBtnCancel: TBitBtn
  72.       Left = 568
  73.       Top = 40
  74.       Width = 89
  75.       Height = 25
  76.       Cursor = crHandPoint
  77.       Cancel = True
  78.       Caption = '&Close'
  79.       ModalResult = 2
  80.       ParentShowHint = False
  81.       ShowHint = True
  82.       TabOrder = 2
  83.       OnClick = BitBtnCancelClick
  84.     end
  85.     object Panel: TPanel
  86.       Left = 8
  87.       Top = 8
  88.       Width = 549
  89.       Height = 305
  90.       BevelInner = bvLowered
  91.       ParentShowHint = False
  92.       ShowHint = True
  93.       TabOrder = 0
  94.       object ListView: TExtListView
  95.         Left = 12
  96.         Top = 12
  97.         Width = 525
  98.         Height = 281
  99.         Cursor = crHandPoint
  100.         Hint = 'List of applications'
  101.         Checkboxes = True
  102.         Columns = <
  103.           item
  104.             Caption = 'Programme'
  105.             Width = 170
  106.           end
  107.           item
  108.             Caption = 'Group'
  109.             MaxWidth = 120
  110.             Width = 73
  111.           end
  112.           item
  113.             Caption = 'Version'
  114.             Width = 60
  115.           end
  116.           item
  117.             Caption = 'Newa'
  118.             Width = 62
  119.           end
  120.           item
  121.             Alignment = taRightJustify
  122.             Caption = 'Size'
  123.             Width = 52
  124.           end
  125.           item
  126.             Caption = 'Status'
  127.             Width = 87
  128.           end
  129.           item
  130.             Caption = 'Programme'
  131.             Width = 1
  132.           end>
  133.         HideSelection = False
  134.         HoverTime = -1
  135.         OwnerDraw = True
  136.         ReadOnly = True
  137.         RowSelect = True
  138.         SmallImages = ImageListApp
  139.         SortType = stText
  140.         TabOrder = 0
  141.         ViewStyle = vsReport
  142.         AutoHint = False
  143.         ClipboardEnable = False
  144.         ColumnSize.Save = False
  145.         ColumnSize.Stretch = False
  146.         ColumnSize.Storage = stInifile
  147.         FilterTimeOut = 500
  148.         PrintSettings.FooterSize = 0
  149.         PrintSettings.HeaderSize = 0
  150.         PrintSettings.Time = ppNone
  151.         PrintSettings.Date = ppNone
  152.         PrintSettings.DateFormat = 'dd/mm/yyyy'
  153.         PrintSettings.PageNr = ppNone
  154.         PrintSettings.Title = ppNone
  155.         PrintSettings.Font.Charset = DEFAULT_CHARSET
  156.         PrintSettings.Font.Color = clWindowText
  157.         PrintSettings.Font.Height = -11
  158.         PrintSettings.Font.Name = 'MS Sans Serif'
  159.         PrintSettings.Font.Style = []
  160.         PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET
  161.         PrintSettings.HeaderFont.Color = clWindowText
  162.         PrintSettings.HeaderFont.Height = -11
  163.         PrintSettings.HeaderFont.Name = 'MS Sans Serif'
  164.         PrintSettings.HeaderFont.Style = []
  165.         PrintSettings.FooterFont.Charset = DEFAULT_CHARSET
  166.         PrintSettings.FooterFont.Color = clWindowText
  167.         PrintSettings.FooterFont.Height = -11
  168.         PrintSettings.FooterFont.Name = 'MS Sans Serif'
  169.         PrintSettings.FooterFont.Style = []
  170.         PrintSettings.Borders = pbNoborder
  171.         PrintSettings.BorderStyle = psSolid
  172.         PrintSettings.Centered = False
  173.         PrintSettings.RepeatHeaders = False
  174.         PrintSettings.LeftSize = 0
  175.         PrintSettings.RightSize = 0
  176.         PrintSettings.ColumnSpacing = 0
  177.         PrintSettings.RowSpacing = 0
  178.         PrintSettings.Orientation = poPortrait
  179.         PrintSettings.FixedWidth = 0
  180.         PrintSettings.FixedHeight = 0
  181.         PrintSettings.UseFixedHeight = False
  182.         PrintSettings.UseFixedWidth = False
  183.         PrintSettings.FitToPage = fpNever
  184.         PrintSettings.PageNumSep = '/'
  185.         HTMLHint = False
  186.         HTMLSettings.Width = 100
  187.         HeaderHotTrack = False
  188.         HeaderDragDrop = False
  189.         HeaderFlatStyle = True
  190.         HeaderOwnerDraw = False
  191.         HeaderHeight = 13
  192.         HeaderFont.Charset = DEFAULT_CHARSET
  193.         HeaderFont.Color = clWindowText
  194.         HeaderFont.Height = -11
  195.         HeaderFont.Name = 'MS Sans Serif'
  196.         HeaderFont.Style = []
  197.         SelectionRTFKeep = False
  198.         ScrollHint = False
  199.         SelectionColor = clHighlight
  200.         SelectionTextColor = clHighlightText
  201.         SizeWithForm = False
  202.         SortDirection = sdAscending
  203.         SortShow = False
  204.         SortIndicator = siLeft
  205.         SubImages = False
  206.         SubItemEdit = False
  207.         SubItemSelect = False
  208.         URLColor = clBlack
  209.         VAlignment = vtaCenter
  210.         ItemHeight = 13
  211.         SaveHeader = False
  212.         LoadHeader = False
  213.         ReArrangeItems = False
  214.         DetailView.Visible = False
  215.         DetailView.Column = 0
  216.         DetailView.Font.Charset = DEFAULT_CHARSET
  217.         DetailView.Font.Color = clBlue
  218.         DetailView.Font.Height = -11
  219.         DetailView.Font.Name = 'MS Sans Serif'
  220.         DetailView.Font.Style = []
  221.         DetailView.Height = 16
  222.         DetailView.Indent = 0
  223.         DetailView.SplitLine = False
  224.       end
  225.     end
  226.     object BitBtnSet: TBitBtn
  227.       Left = 568
  228.       Top = 8
  229.       Width = 89
  230.       Height = 25
  231.       Cursor = crHandPoint
  232.       Caption = '&Update'
  233.       ParentShowHint = False
  234.       ShowHint = True
  235.       TabOrder = 1
  236.       OnClick = BitBtnSetClick
  237.     end
  238.   end
  239.   object ImageListApp: TImageList
  240.     Left = 580
  241.     Top = 80
  242.   end
  243.   object WCopy: TWebCopy
  244.     DlgCaption = 'Downloading'
  245.     DlgCompleted = 'completed'
  246.     DlgFileLabel = 'File :'
  247.     DlgFileOfLabel = 'of'
  248.     DlgFromServerLabel = 'from'
  249.     DlgToServerLabel = 'to'
  250.     DlgProgressLabel = 'Progress :'
  251.     DlgRateLabel = 'Transfer rate :'
  252.     DlgTimeLabel = 'Estimated time left :'
  253.     DlgCopying = 'Copying'
  254.     DlgDwnload = 'Downloading'
  255.     DlgUpload = 'Uploading'
  256.     FTPPassive = False
  257.     Items = <
  258.       item
  259.         FTPPort = 21
  260.         HTTPCommand = hcPost
  261.         Protocol = wpHttp
  262.       end>
  263.     OnCopyCancel = WCopyCopyCancel
  264.     OnCopyDone = WCopyCopyDone
  265.     OnErrorInfo = WCopyErrorInfo
  266.     OnFileDone = WCopyFileDone
  267.     Left = 552
  268.     Top = 124
  269.   end
  270.   object CABFile: TCABFile
  271.     CABFileContents = <
  272.       item
  273.       end>
  274.     CompressionType = typMSZIP
  275.     LZXMemory = lzxLowest
  276.     Left = 520
  277.     Top = 80
  278.   end
  279. end
  280.